Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jul 2015 15:27:38 +0000 (11:27 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jul 2015 15:28:59 +0000 (11:28 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=752810

gtk/gtkplacessidebar.c

index 3adca43a8a2e8ed4f48fa498e41150eacac115ad..3acd6424a81b9e3ef7d4c6bc3219acd411a1a961 100644 (file)
@@ -4336,7 +4336,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
   properties[PROP_SHOW_TRASH] =
           g_param_spec_boolean ("show-trash",
                                 P_("Show 'Trash'"),
-                                P_("Whether the sidebar includes a builtin shortcut to  the Trash location"),
+                                P_("Whether the sidebar includes a builtin shortcut to the Trash location"),
                                 TRUE,
                                 G_PARAM_READWRITE);
   properties[PROP_SHOW_OTHER_LOCATIONS] =